home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / devtools / precognition / src / library / boolgadgetclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  219 b   |  12 lines

  1. #ifndef BOOLGADGETCLASS_H
  2. #define BOOLGADGETCLASS_H
  3.  
  4. #include "BoolGadget.h"
  5. #include "ValuatorClass.h"
  6.  
  7. struct ValuatorClass *BoolGadgetClass( void );
  8.  
  9. void BoolGadgetClass_Init( struct ValuatorClass *class );
  10.  
  11. #endif
  12.